home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000384_chris713713@yahoo.fr_Tue Mar 18 14:13:41 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  68 lines

  1. Article: 14183 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: chris713713@yahoo.fr (Chris)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
  6. Date: 18 Mar 2003 10:49:31 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 49
  9. Message-ID: <e0c8d0a3.0303181049.47061848@posting.google.com>
  10. References: <e0c8d0a3.0303141134.5567e73a@posting.google.com> <3E727612.3030806@nyc.rr.com>
  11. NNTP-Posting-Host: 129.42.208.140
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1048013371 8576 127.0.0.1 (18 Mar 2003 18:49:31 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 18 Mar 2003 18:49:31 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14183
  18.  
  19. According to people dealing with the firewall configuration, I can now
  20. connect to the server on the Internet on any port above 1024 and 21.
  21. But I still get the same error...and they dont see any attempt to
  22. establish a connection on another port. Another thing is that the
  23. firewall doesn't drop encrypted packets when it doesn't understand ftp
  24. commands.
  25.  
  26.  
  27. "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E727612.3030806@nyc.rr.com>...
  28. > Your firewall does not allow encrypted FTP connections to be 
  29. > established.   When it sees the unrecognized FTP commands it drops the 
  30. > connection.
  31. > Chris wrote:
  32. > > Hi,
  33. > > 
  34. > > Trying to establish a secure FTP connection, I receive this error :
  35. > > ---> AUTH SSL
  36. > > 
  37. > >>234 AUTH command OK. Initializing SSL connection.
  38. > >>
  39. > >>SSL accepted as authentication type
  40. > >>
  41. > >>SSL DEBUG ACTIVE
  42. > >>
  43. > >>=>START SSL/TLS connect on COMMAND
  44. > >>
  45. > >>SSL_handshake:UNKWN before/connect initialization
  46. > >>
  47. > >>SSL_connect:UNKWN before/connect initialization
  48. > >>
  49. > >>SSL_connect:3WCH_A SSLv3 write client hello A
  50. > >>
  51. > >>SSL_connect:error in 3RSH_A SSLv3 read server hello A
  52. > >>
  53. > >>ftp: SSL/TLS connect COMMAND error:
  54. > >>error:00000000:lib(0):func(0):reason(0)
  55. > >>
  56. > >>=>DONE SSL/TLS connect on COMMAND
  57. > > 
  58. > > 
  59. > > ...and the same with TLS.
  60. > > 
  61. > > I use CKermit8 over AIX433 (build from 206 or 208 whatever).
  62. > > I tried to compile with openssl0.9.7 or openssl0.9.6.
  63. > > 
  64. > > Every time the same message...
  65. > > 
  66. > > Can someone help me ?
  67.